github.com/jackc/pgx/v5/pgproto3.tracer.traceFunctionCallResponse (method)

2 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		trace.go#L91: 		t.traceFunctionCallResponse(sender, encodedLen, msg)
		trace.go#L277: func (t *tracer) traceFunctionCallResponse(sender byte, encodedLen int32, msg *FunctionCallResponse) {